PHY SET EMITTER COLLISION

Set the collision mode for particles.

  Syntax
PHY SET EMITTER COLLISION ID, mode
  Parameters
ID
Integer
identification number of the emitter object
mode
Integer
collision mode, can be 0 for colliding with each other, 1 for colliding with scenery and 2 for no collision

  Returns

  Description

Several collision modes exist for particles and it is often desirable to choose which one is used. By default the particles are set to collide with the scenery using a mode of 1. Other options include being able to collide with each other when mode 0 is used and having no collision at all with mode 2.

  Example Code
No example code is provided for this command